Html Css Color HEX #237A2C Japanese Laurel

📋 copy color: '#237A2C'

red 35 ◦ green 122 ◦ blue 44

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

Shades of Japanese Laurel #237A2C

Tints of Japanese Laurel #237A2C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 60.7%

 BLUE value IS 44 (17.58% from 255) = 21.89%

R = 17.41%
G = 60.7%
B = 21.89%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.64

 K value IS 0.52

RGB Variations

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

Color information

#237A2C (or 0x237A2C) is known color: Japanese Laurel. HEX triplet: 23, 7A and 2C. RGB value is (35,122,44). Sum of RGB (Red+Green+Blue) = 35+122+44=201 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.41% from 201); Green value is 122 (48.05% from 255 or 60.70% from 201); Blue value is 44 (17.58% from 255 or 21.89% from 201); Max value from RGB is 122 - color contains mainly: green. Hex color #237A2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #237A2C is #DC85D3. Grayscale: #575757. Windows color (decimal): -14452180 or 2914851. OLE color: 2914851.

HSL color Cylindrical-coordinate representation of color #237A2C: hue angle of 126.21º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #237A2C is Cyan = 0.71, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.52.

Color convert

RGB 35 122 44 -
CMYK 0.71 0 0.64 0.52
HSL 126.21º 0.55% 0.31% -
HSV(B) 126.21º 0.71% 0.48% -
XYZ 8.11 14.46 4.75 -
YUV 87.1 103.68 90.84 -
System Red Green Blue C M Y K H S L
Decimal 35 122 44 0.71 0 0.64 0.52 126.21 0.55 0.31
Hex 23 7A 2C 47 0 40 34 7E 37 1F
Octal 43 172 54 107 0 100 64 176 67 37
Binary 100011 1111010 101100 1000111 0 1000000 110100 1111110 110111 11111

Color Harmonies of #237A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237A2C

Black with #237A2C

Text Example


Text Example

White with #237A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,122,44); }

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

background-color css

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

 a { background-color: rgb(35,122,44); }

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

border-color css

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

 span { border-color: rgb(35,122,44); }

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