Html Css Color HEX #258134 Japanese Laurel

📋 copy color: '#258134'

red 37 ◦ green 129 ◦ blue 52

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

Shades of Japanese Laurel #258134

Tints of Japanese Laurel #258134

RGB

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

 GREEN value IS 129 (50.78% from 255) = 59.17%

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

R = 16.97%
G = 59.17%
B = 23.85%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#258134 (or 0x258134) is known color: Japanese Laurel. HEX triplet: 25, 81 and 34. RGB value is (37,129,52). Sum of RGB (Red+Green+Blue) = 37+129+52=218 (28% of max value = 765). Red value is 37 (14.84% from 255 or 16.97% from 218); Green value is 129 (50.78% from 255 or 59.17% from 218); Blue value is 52 (20.70% from 255 or 23.85% from 218); Max value from RGB is 129 - color contains mainly: green. Hex color #258134 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258134 is #DA7ECB. Grayscale: #5C5C5C. Windows color (decimal): -14319308 or 3440933. OLE color: 3440933.

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

Color convert

RGB 37 129 52 -
CMYK 0.71 0 0.60 0.49
HSL 129.78º 0.55% 0.33% -
HSV(B) 129.78º 0.71% 0.51% -
XYZ 9.23 16.34 5.92 -
YUV 92.71 105.02 88.26 -
System Red Green Blue C M Y K H S L
Decimal 37 129 52 0.71 0 0.60 0.49 129.78 0.55 0.33
Hex 25 81 34 47 0 3C 31 82 37 21
Octal 45 201 64 107 0 74 61 202 67 41
Binary 100101 10000001 110100 1000111 0 111100 110001 10000010 110111 100001

Color Harmonies of #258134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258134

Black with #258134

Text Example


Text Example

White with #258134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258134; }

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

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

background-color css

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

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

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

border-color css

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

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

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