Html Css Color HEX #237F30 Japanese Laurel

📋 copy color: '#237F30'

red 35 ◦ green 127 ◦ blue 48

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

Shades of Japanese Laurel #237F30

Tints of Japanese Laurel #237F30

RGB

 RED value IS 35 (14.06% from 255) = 16.67%

 GREEN value IS 127 (50% from 255) = 60.48%

 BLUE value IS 48 (19.14% from 255) = 22.86%

R = 16.67%
G = 60.48%
B = 22.86%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#237F30 (or 0x237F30) is known color: Japanese Laurel. HEX triplet: 23, 7F and 30. RGB value is (35,127,48). Sum of RGB (Red+Green+Blue) = 35+127+48=210 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.67% from 210); Green value is 127 (50% from 255 or 60.48% from 210); Blue value is 48 (19.14% from 255 or 22.86% from 210); Max value from RGB is 127 - color contains mainly: green. Hex color #237F30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #237F30 is #DC80CF. Grayscale: #5A5A5A. Windows color (decimal): -14450896 or 3178275. OLE color: 3178275.

HSL color Cylindrical-coordinate representation of color #237F30: hue angle of 128.48º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #237F30 is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB 35 127 48 -
CMYK 0.72 0 0.62 0.50
HSL 128.48º 0.57% 0.32% -
HSV(B) 128.48º 0.72% 0.5% -
XYZ 8.82 15.75 5.37 -
YUV 90.49 104.02 88.42 -
System Red Green Blue C M Y K H S L
Decimal 35 127 48 0.72 0 0.62 0.50 128.48 0.57 0.32
Hex 23 7F 30 48 0 3E 32 80 39 20
Octal 43 177 60 110 0 76 62 200 71 40
Binary 100011 1111111 110000 1001000 0 111110 110010 10000000 111001 100000

Color Harmonies of #237F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237F30

Black with #237F30

Text Example


Text Example

White with #237F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237F30; }

 p { color: rgb(35,127,48); }

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

background-color css

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

 a { background-color: rgb(35,127,48); }

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

border-color css

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

 span { border-color: rgb(35,127,48); }

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