Html Css Color HEX #258034 Japanese Laurel

📋 copy color: '#258034'

red 37 ◦ green 128 ◦ blue 52

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

Shades of Japanese Laurel #258034

Tints of Japanese Laurel #258034

RGB

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

 GREEN value IS 128 (50.39% from 255) = 58.99%

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

R = 17.05%
G = 58.99%
B = 23.96%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#258034 (or 0x258034) is known color: Japanese Laurel. HEX triplet: 25, 80 and 34. RGB value is (37,128,52). Sum of RGB (Red+Green+Blue) = 37+128+52=217 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.05% from 217); Green value is 128 (50.39% from 255 or 58.99% from 217); Blue value is 52 (20.70% from 255 or 23.96% from 217); Max value from RGB is 128 - color contains mainly: green. Hex color #258034 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258034 is #DA7FCB. Grayscale: #5C5C5C. Windows color (decimal): -14319564 or 3440677. OLE color: 3440677.

HSL color Cylindrical-coordinate representation of color #258034: hue angle of 129.89º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #258034 is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 128 52 -
CMYK 0.71 0 0.59 0.50
HSL 129.89º 0.55% 0.32% -
HSV(B) 129.89º 0.71% 0.5% -
XYZ 9.1 16.08 5.87 -
YUV 92.13 105.35 88.68 -
System Red Green Blue C M Y K H S L
Decimal 37 128 52 0.71 0 0.59 0.50 129.89 0.55 0.32
Hex 25 80 34 47 0 3B 32 82 37 20
Octal 45 200 64 107 0 73 62 202 67 40
Binary 100101 10000000 110100 1000111 0 111011 110010 10000010 110111 100000

Color Harmonies of #258034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258034

Black with #258034

Text Example


Text Example

White with #258034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258034; }

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

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

background-color css

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

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

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

border-color css

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

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

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