Html Css Color HEX #00622F Crusoe

📋 copy color: '#00622F'

red 0 ◦ green 98 ◦ blue 47

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

Shades of Crusoe #00622F

Tints of Crusoe #00622F

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 98 (38.67% from 255) = 67.59%

 BLUE value IS 47 (18.75% from 255) = 32.41%

R = 0%
G = 67.59%
B = 32.41%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#00622F (or 0x00622F) is known color: Crusoe. HEX triplet: 00, 62 and 2F. RGB value is (0,98,47). Sum of RGB (Red+Green+Blue) = 0+98+47=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 98 (38.67% from 255 or 67.59% from 145); Blue value is 47 (18.75% from 255 or 32.41% from 145); Max value from RGB is 98 - color contains mainly: green. Hex color #00622F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00622F is #FF9DD0. Grayscale: #3E3E3E. Windows color (decimal): -16752081 or 3105280. OLE color: 3105280.

HSL color Cylindrical-coordinate representation of color #00622F: hue angle of 148.78º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00622F is Cyan = 1, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 98 47 -
CMYK 1 0 0.52 0.62
HSL 148.78º 1% 0.19% -
HSV(B) 148.78º 1% 0.38% -
XYZ 4.88 8.94 4.16 -
YUV 62.88 119.03 83.15 -
System Red Green Blue C M Y K H S L
Decimal 0 98 47 1 0 0.52 0.62 148.78 1 0.19
Hex 0 62 2F 64 0 34 3E 95 64 13
Octal 0 142 57 144 0 64 76 225 144 23
Binary 0 1100010 101111 1100100 0 110100 111110 10010101 1100100 10011

Color Harmonies of #00622F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00622F

Black with #00622F

Text Example


Text Example

White with #00622F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00622F; }

 p { color: rgb(0,98,47); }

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

background-color css

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

 a { background-color: rgb(0,98,47); }

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

border-color css

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

 span { border-color: rgb(0,98,47); }

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