Html Css Color HEX #258234 Japanese Laurel

📋 copy color: '#258234'

red 37 ◦ green 130 ◦ blue 52

#258234
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #258234

Tints of Japanese Laurel #258234

RGB

 RED value IS 37 (14.84% from 255) = 16.89%

 GREEN value IS 130 (51.17% from 255) = 59.36%

 BLUE value IS 52 (20.7% from 255) = 23.74%

R = 16.89%
G = 59.36%
B = 23.74%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.60

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#258234 (or 0x258234) is known color: Japanese Laurel. HEX triplet: 25, 82 and 34. RGB value is (37,130,52). Sum of RGB (Red+Green+Blue) = 37+130+52=219 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.89% from 219); Green value is 130 (51.17% from 255 or 59.36% from 219); Blue value is 52 (20.70% from 255 or 23.74% from 219); Max value from RGB is 130 - color contains mainly: green. Hex color #258234 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258234 is #DA7DCB. Grayscale: #5D5D5D. Windows color (decimal): -14319052 or 3441189. OLE color: 3441189.

HSL color Cylindrical-coordinate representation of color #258234: hue angle of 129.68º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #258234 is Cyan = 0.72, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 37 130 52 -
CMYK 0.72 0 0.60 0.49
HSL 129.68º 0.56% 0.33% -
HSV(B) 129.68º 0.72% 0.51% -
XYZ 9.37 16.61 5.96 -
YUV 93.3 104.69 87.84 -
System Red Green Blue C M Y K H S L
Decimal 37 130 52 0.72 0 0.60 0.49 129.68 0.56 0.33
Hex 25 82 34 48 0 3C 31 82 38 21
Octal 45 202 64 110 0 74 61 202 70 41
Binary 100101 10000010 110100 1001000 0 111100 110001 10000010 111000 100001

Color Harmonies of #258234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258234

Black with #258234

Text Example


Text Example

White with #258234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258234; }

 p { color: rgb(37,130,52); }

 H1.HeaderClassName
 {
   color: #258234;
 }
 .AnyTagClassName
 {
   color: #258234;
 }
</style>

background-color css

<style>
 a { background-color: #258234; }

 a { background-color: rgb(37,130,52); }

 div.DivClassName
 {
   background-color: #258234;
 }
 .BgClassName
 {
   background-color: #258234;
 }
</style>

border-color css

<style>
 span { border-color: #258234; }

 span { border-color: rgb(37,130,52); }

 td.TdClassName
 {
   border-color: #258234;
 }
 .TagClassName
 {
   border-color: #258234;
 }
</style>